combo box: Use standard padding
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2019 02:19:04 +0000 (22:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2019 02:19:21 +0000 (22:19 -0400)
gtk/gtkcombobox.h

index 978e46846dce2b4a11fffe914f99480d65446325..8a306b66fae5d9f37b08d64b37778469afe89da8 100644 (file)
@@ -63,10 +63,7 @@ struct _GtkComboBoxClass
 
   /*< private >*/
 
-  /* Padding for future expansion */
-  void (*_gtk_reserved1) (void);
-  void (*_gtk_reserved2) (void);
-  void (*_gtk_reserved3) (void);
+  gpointer padding[8];
 };